home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1997 November
/
Macworld (1997-11).dmg
/
Updaters
/
PowerKey 3.3.3 Update
/
Extras
/
PowerKey & PageSentry
/
PageSentry Demo
/
Additional AppleScripts
/
SendPage_Notify
< prev
next >
Wrap
Text File
|
1996-02-04
|
525b
|
15 lines
--- PageSentry Notification Applet
--- SendPage Alphanumeric Pager (for use with "Notify!™")
on «event SENTfail» sentryName given «class FURL»:failedURL, «class XTRA»:extra, «class STAT»:Status
set PageCommand to "Page \"" & extra & "\" " & sentryName & "-" & Status & " " & failedURL
--- To use Notify running on another machine, use:
--- tell application "Notify!™ Server" of machine "PageServer" of zone "PageServerZone"
tell application "Notify!™ Server"
DoScript PageCommand
end tell
end «event SENTfail»